xen/arch/x86/cpu/mcheck/mce.c: remove custom_param() error messages
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:34:00 +0000 (09:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:53:37 +0000 (10:53 +0200)
commit7781ff05743276188d8aeff5cc8842c277936213
tree0a04221b85d578af3ca598ba71be670ffa1b8852
parent74f76528bbea108bb92b837a6150f6e59ae5c37a
xen/arch/x86/cpu/mcheck/mce.c: remove custom_param() error messages

With _cmdline_parse() now issuing error messages in case of illegal
parameters signalled by parsing functions specified in custom_param()
the message issued by mce_set_verbosity() can be removed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpu/mcheck/mce.c